Fix application of default-frame-alist (Bug#5378).
authorChong Yidong <cyd@stupidchicken.com>
Thu, 1 Jul 2010 00:14:17 +0000 (20:14 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Thu, 1 Jul 2010 00:14:17 +0000 (20:14 -0400)
commit5cd8679a7daad6385315796ca6fe17a6a8980324
tree95fd527d4e157c670cd3345ae1bec0c2760d157f
parent6abedb682fa801a74098e7f48d228db0dd01fe7f
Fix application of default-frame-alist (Bug#5378).

* lisp/frame.el (make-frame): Add default-frame-alist to the PARAMETERS
argument passed to frame-creation-function (Bug#5378).

* lisp/faces.el (x-handle-named-frame-geometry)
(x-handle-reverse-video, x-create-frame-with-faces)
(face-set-after-frame-default, tty-create-frame-with-faces): Don't
separately consult default-frame-alist.  It is now passed as the
PARAMETER argument.

* src/frame.c (get_future_frame_param, Fmake_terminal_frame): Don't
check default-frame-alist.
lisp/ChangeLog
lisp/faces.el
lisp/frame.el
src/ChangeLog
src/frame.c